Trouble Inputs
Table Name: GXT_TROUBLEINPUTS_TBL
List
Request a list of trouble inputs.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Request&Type=List&SubType=GXT_TROUBLEINPUTS_TBL
- Response
-
Copy
191=12V Supply Failure&193=Real Time Clock Not Set&194=Service Test Report&197=Auxiliary Fuse / Supply Fault&198=Bell Siren 1 Tamper / Cut&200=Bell Siren 1 Current Overload&202=Module Communication Fault&203=Module Security Violation&209=ReportIP Reporting Failure&213=Installer Logged In&217=System Restarted&218=Door 1 Forced Open&219=Door 2 Forced Open&220=Door 1 Left Open&221=Door 2 Left Open&222=Onboard Reader Door 1 Lockout&223=Onboard Reader Door 2 Lockout&224=Keypad 1 Module Tamper&225=Keypad 1 Power Fault&226=Keypad 1 Panic Code&227=Keypad 1 Duress Code&228=Keypad 1 Too Many Code Attempts&229=Keypad 1 Module Offline
Detail
Request the details of a specific trouble input.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Request&Type=Detail&SubType=GXT_TROUBLEINPUTS_TBL&RecId=<RecId>
-
Response:
CopyTroubleInputId=191&Name=12V Supply Failure&Area1=0&Area2=2147483647&Area3=2147483647&Area4=2147483647&ZoneType1=45&ZoneType2=2147483647&ZoneType3=2147483647&ZoneType4=2147483647&LogToEventBuffer=true&BypassingNotAllowed=false&LatchBypassingNotAllowed=false&NoBypassIfAnyAreaArmed=true&TroubleGroup=1&TroubleGroupOptions=8&ReportingId=502&Module=1&ModuleAddress=0&ModuleZone=1
Update
Update a specific trouble input.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Submit&SubType=GXT_TROUBLEINPUTS_TBL&TroubleInputId=141&Name=RD5.1 Offline
-
Response:
CopyOK
Create
Create a trouble input. To create a trouble input, use the same parameters as update but leave the TroubleInputId empty.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Submit&SubType=GXT_TROUBLEINPUTS_TBL&TroubleInputId=&Name=12V Supply Failure&Area1=0&Area2=2147483647&Area3=2147483647&Area4=2147483647&ZoneType1=45&ZoneType2=2147483647&ZoneType3=2147483647&ZoneType4=2147483647&LogToEventBuffer=true&BypassingNotAllowed=false&LatchBypassingNotAllowed=false&NoBypassIfAnyAreaArmed=true&TroubleGroup=1&TroubleGroupOptions=8&ReportingId=502&Module=1&ModuleAddress=0&ModuleZone=1
-
Response:
CopyOK
Delete
Delete a specific trouble input.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Delete&SubType=GXT_TROUBLEINPUTS_TBL&RecId=<RecId>
-
Response:
CopyOK
Parameters
Parameter |
Display Name |
Default Value |
Notes |
---|---|---|---|
TroubleInputId |
Database ID |
191 |
The Detail, Control and Delete APIs use this value as the RecId. |
Name |
Name |
12V Supply Failure |
|
Area1 |
Area (1) |
0 |
|
Area2 |
Area (2) |
2147483647 |
|
Area3 |
Area (3) |
2147483647 |
|
Area4 |
Area (4) |
2147483647 |
|
ZoneType1 |
Input Type (1) |
45 |
|
ZoneType2 |
Input Type (2) |
2147483647 |
|
ZoneType3 |
Input Type (3) |
2147483647 |
|
ZoneType4 |
Input Type (4) |
2147483647 |
|
LogToEventBuffer |
Log To Event Buffer |
true |
|
BypassingNotAllowed |
Bypassing Not Allowed |
false |
|
LatchBypassingNotAllowed |
Latch Bypassing Not Allowed |
false |
|
NoBypassIfAnyAreaArmed |
No Bypass If Any Area Armed |
true |
|
TroubleGroup |
Trouble Group |
1 |
|
TroubleGroupOptions |
Trouble Group Options |
8 |
|
ReportingId |
Reporting ID |
502 |
|
Module |
Module Type |
1 |
|
ModuleAddress |
Module Address |
0 |
|
ModuleZone |
Module Input |
1 |
|
Commands |
Commands |
|
|